Deep Security Manager REST API

Path: / rest / events / webreputation / {eventId}

Get Web Reputation event with specific event id.

Path parameters:
eventId - the event id to fetch

Method Summary
ResourceDescription
GET /rest/events/webreputation/{eventId}?sID=…Get Web Reputation event with specific event id.

Method Detail
HTTP Example:
GET /rest/events/webreputation/{eventId}?sID=…

API Example:

IEventAPI.getWebReputationEvent({'sID': /* sID session ID */,
  'eventId': /* eventId the event id to fetch */});

Get Web Reputation event with specific event id.

Output:
WebReputationEvent - the event with the specific id
Query parameters:
sID - session ID
Produces:
application/json
application/xml

Copyright © 2015 Trend Micro Inc. All Rights Reserved.